home *** CD-ROM | disk | FTP | other *** search
- Path: swidir.switch.ch!epflnews!vez
- From: vez@de.epfl.ch (Philippe Vez)
- Newsgroups: comp.sys.amiga.programmer
- Subject: Re: Want to boot FAAAST?
- Date: 13 Mar 1996 11:17:15 GMT
- Organization: Ecole Polytechnique Federale de Lausanne
- Message-ID: <4i6arr$786@info.epfl.ch>
- References: <4hhk7s$62g@nz12.rz.uni-karlsruhe.de> <68771855@0humpty.tomate.tng.oche.de> <4hotcm$spd@roadkill.scms.rgu.ac.uk> <439.6642T928T2853@ifi.uio.no>
- NNTP-Posting-Host: desun1-f1.epfl.ch
- X-Newsreader: TIN [version 1.2 PL2]
-
- Ludvig Pedersen (ludvigp@ifi.uio.no) wrote:
- : >: > I have made a program that copies ENV variables on demand and therefore
- : >: > saves lot of memory and time. Unfortunatley it has a nasty bug :-(
- : >: This could be a cool thing ! Sad it is buggy.
- : >What is wrong with simply copying ENVARC: to, say, SYS:env and assigning
- : >ENV: to there?
-
- : You said it yourself: "Copying"
-
- : That takes time! :)
-
- : <sb>Ludde - Amiga Demo Coder
- : <sb>Virtual Reality & Official Be developer
- : <sb>ludvigp@ifi.uio.no
-
- I have an alternative.
-
- I assign ENV: to RAM:Env as made in the startup, and
- I "Assign ENV: SYS:Storage/env-storage ADD"
- So when someone will read for example overscan.prefs, it didn't find it in
- ram:env but in env-storage, Click use and it saves it in ram:env (the primary
- assign)..
-
- Should this not work ?
-
-
-